Remove the deprecated -u flag
authorAlex Crichton <alex@alexcrichton.com>
Tue, 23 Sep 2014 14:33:23 +0000 (07:33 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 25 Sep 2014 15:20:12 +0000 (08:20 -0700)
commit556c02640d7e37e98ae2c69ed40fc8712c78d6fc
tree9278c5f01e54f048cfdc127b631a59f8bb344daf
parentb491ffeb5cb5d90e2f4c57ebe56b9716d55e13b2
Remove the deprecated -u flag

This flag has been deprecated in favor of `cargo update` for quite some time
now.
src/bin/bench.rs
src/bin/build.rs
src/bin/doc.rs
src/bin/run.rs
src/bin/test.rs
src/cargo/ops/cargo_compile.rs